Report post

How to capitalise a string in JavaScript?

You can capitalise a string by calling ucfirst("some string") -- for example, It works by splitting the string into two pieces. On the first line it pulls out firstLetter and then on the second line it capitalises firstLetter by calling firstLetter.toUpperCase() and joins it with the rest of the string, which is found by calling str.substr(1).

How to capitalize a text in JavaScript?

text-transform:capitalize; Also the alternative option is JavaScript, so the best gonna be something like this: return txt.charAt(0).toUpperCase() + txt.slice(1); //or if you want lowercase the rest txt.slice(1).toLowerCase(); and call it like:

Does JavaScript capitalize words with less than 2 letters?

I made it to not consider words with less than 2 letters, like "of", "as". John Resig (of jQuery fame ) ported a perl script, written by John Gruber, to JavaScript. This script capitalizes in a more intelligent way, it doesn't capitalize small words like 'of' and 'and' for example.

Related articles

Canadian Authorities Initiate New Project to Combat Crypto Fraud

Canadian Authorities Initiate New Project to Combat Crypto Fraud2024-09-06 09:48:40The Alberta Securities Commission (ASC) has collaborate […]

Canadian Crypto Exchanges Faces Deadline For CIRO Membership

Canadian Crypto Exchanges Faces Deadline For CIRO Membership2024-08-06 23:33:50Canadian crypto exchanges face a looming deadline to comply with new regulations, specifically CIRO membership. With the crypto deadline approaching, exchanges are scrambling to adapt and ensure regulatory compliance. The question arises: are Canadian exchanges urgently pursuing regulatory compliance? This article explores the challenges and opportunities facing Canadian crypto exchanges as they navigate the changing regulatory landscape.

Best Ethereum ETFs In Canada For 2024

Best Ethereum ETFs In Canada For 20242024-08-01 02:52:21Discover the top Ethereum ETFs in Canada for 2024, including a comprehensive guide on what Ethereum ETFs are and how they work. Learn about the evolving investments in Ether ETFs like ETHR and CI Galaxy’s ETHX, as well as the purpose and benefits of investing in ETHH. Stay ahead of the curve with our curated list of top Ethereum ETFs for Canadian investors.

Canadian Tribunal Strikes Down Bitfarms’ Poison Pill Against Riot Platforms

Canadian Tribunal Strikes Down Bitfarms’ Poison Pill Against Riot Platforms2024-07-25 15:35:16On Wednesday, Bitcoin mining firm Riot Platforms announ […]

Solana ETFs Could Be Approved Without CME Futures: SOL Price Prediction

Solana ETFs Could Be Approved Without CME Futures: SOL Price Prediction2024-07-21 22:57:17Solana ETFs’ approval prospects and SOL price predictions are gaining momentum, with investors speculating on the potential impact of these funds on SOL’s growth. The outlook is being closely watched, especially during U.S. elections, as market sentiment could shift. While CME futures are not yet a necessity, the ETF approval may serve as a significant catalyst for SOL’s price movement. Stay tuned for updates on this developing trend.

The World's Leading Crypto Trading Platform

Get my welcome gifts